From: Eli Zaretskii Date: Tue, 9 Nov 2010 18:28:38 +0000 (+0200) Subject: Fix 2010-05-06T02:53:56Z!monnier@iro.umontreal.ca. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~3265^2~35 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=794a4b6d178e5242c693486a6be7fd875820fb45;p=emacs.git Fix 2010-05-06T02:53:56Z!monnier@iro.umontreal.ca. src/Makefile.in: Don't use ## comment, it breaks the MSDOS build. --- diff --git a/src/ChangeLog b/src/ChangeLog index c52c84961fa..913489ed1f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-11-09 Eli Zaretskii + * Makefile.in: Don't use ## comment, it breaks the MSDOS build. + * xfns.c (x_real_positions): Fix declaration-after-statement problem. diff --git a/src/Makefile.in b/src/Makefile.in index 1b0fbdb8b63..5187ff4922a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -67,7 +67,7 @@ bootstrap_exe = ../src/bootstrap-emacs${EXEEXT} OTHER_FILES = @OTHER_FILES@ -## Only used by amdx86-64 and ibms390x GNU/Linux. +# Only used by amdx86-64 and ibms390x GNU/Linux. CRT_DIR=@CRT_DIR@ # ========================== start of cpp stuff =======================